Method LoadWithParentsAsync<TProps>(long, IRedbUser, int, bool?)

Assembly: redb.Core.dll

MAIN LoadWithParentsAsync - loads single object with parent chain.
Delegates to bulk method for implementation reuse.

public Task<TreeRedbObject<TProps>?> LoadWithParentsAsync<TProps>(long objectId, IRedbUser user, int depth = 10, bool? lazyLoadProps = null) where TProps : class, new()